home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / MRJ 2.0 SDK / About MRJ SDK 2.0.1ea1 < prev    next >
Encoding:
Text File  |  1998-02-09  |  9.6 KB  |  146 lines  |  [ttro/ttxt]

  1. About Mac OS Runtime for Java™
  2. Software Development Kit (SDK) 2.0.1
  3. Early Access 1 (MRJ SDK 2.0.1d1)
  4.  
  5.  
  6. About MRJ SDK 2.0.1d1
  7.  
  8. Mac™ OS Runtime for Java™ (MRJ) is Apple’s Java execution environment based on technology from Sun Microsystems, Inc.  The MRJ Software Development Kit (SDK) is a set of tools that application developers can use to:
  9.  
  10.      • Enable a Macintosh application written in C or Pascal to run Java applets and applications
  11.      • Access the Java runtime from a Macintosh application using the JManager API
  12.      • Allow Java applications to incorporate basic Macintosh functionality using MRJToolkit
  13.      • Call Java methods from C and C++
  14.      • Call native methods from Java using JDirect
  15.      • Build stand-alone Java applications using JBindery
  16.  
  17. Pre-Release Software
  18.  
  19. This is pre-release software and, as such, contains known bugs and should not be considered “final” or “finished quality” software. This software is being made available to select developers for the purpose of getting feedback and enabling them to begin development.
  20.  
  21. The following guidelines should be followed by users of this pre-release software:
  22.  
  23.    1. Please send feedback to <mrj_feedback@apple.com> and bug reports to <mrj_bugs@apple.com>. In bug reports, put “MRJ SDK2.0.1:” at the beginning of the subject line in the email. We do not guarantee a response to feedback or bug reports but we do read them.  The web site <http://applejava.apple.com/> has additional information about future releases and problems.
  24.  
  25.    2. You should not call Apple's 800 number(s) regarding pre-release software since our operators have not yet been trained to support it. The web site noted above has the most current information regarding this software.
  26.  
  27. Installing and Using the SDK
  28.  
  29. System Requirements
  30.  
  31. In order to use this software development kit, you need to have a Macintosh development environment that can build the sample code and make use of the include files.
  32.  
  33. In order to run applications built with the SDK, you need to have MRJ 2.0 installed.  Do not mix and match tools from previous SDK pre-releases.
  34.  
  35. To use Mac OS Runtime for Java you need a PowerPC or 68040 Macintosh. You also need Mac OS 7.6.1 or later, a minimum of 16 MB of RAM and at least 7 MB of free disk space.  The Easy Install option will only work on System 8.0 or later.  To installer on 7.6.1 use the Custom Install option.
  36.  
  37. Using Java applets over the Internet requires MacTCP 2.0.4 or later, or OpenTransport 1.1 or later with TCP/IP, and an active Internet connection.
  38.  
  39. What's Installed
  40.  
  41. The MRJ 2.0.1 EA1 Installer installs the following items into a folder called MRJ SDK 2.0.1:
  42.      • About MRJ SDK 2.0.1*
  43.      • JManager*
  44.      • Interfaces & Bindings*
  45.      • JBindery
  46.      • JDirect*
  47.      • Libraries*
  48.      • License Agreement
  49.      • MRJToolkit
  50.      • Redistribution
  51.      • Tools*
  52.  
  53. The MRJ 2.0.1 Early Access 1 Installer also installs the following item into your active System Folder.
  54.      • MRJSDKClasses.zip* — goes into the MRJClasses folder in the MRJ Libraries folder
  55.  
  56. * These items contain new files since the last SDK Release.
  57.  
  58. Using JRI
  59.  
  60. JRI (Java Runtime Interface) was designed by Netscape to provide access to native code before Sun introduced the more comprehensive JNI (Java Native Interface) interface, which is supported in JDK 1.1.x and beyond.  While MRJ 2.0 provides compatibility with the older JRI library, future versions will not. The current JRI support is provided for backwards compatibility only.  We strongly advise that any new development use JNI or JDirect as appropriate.  This will enable future runtimes to greatly improve their garbage collection and JITC optimization.
  61.  
  62.  
  63. Components of the SDK
  64.  
  65. JManager
  66.  
  67. • Programming With JManager 2.0  This document explains how to use the JManager 2.0 APIs to embed Java content in Mac OS applications. The JManager 2.0 API lets you access the Java runtime, and provides a mechanism for easily displaying interactive Java applets.
  68.  
  69. To view the PDF version of the documents, you will need the Adobe Acrobat™ Reader application, which can be found at <http://www.adobe.com/>.
  70.  
  71. An HTML version of the JManager Reference is available. See <http://applejava.apple.com/> and go to the developers’ section for more information.
  72.  
  73. MRJToolkit
  74.  
  75. • Programming With MRJ Toolkit  This document describes how to add Macintosh functionality to your Java application. Functionality includes adding an About box, Quit menu item, menu key equivalents, setting document types, and opening documents dropped onto a Java application in the Finder. 
  76. • MRJToolkitStubs.zip  This file contains the classes that implement Macintosh toolkit functionality.  
  77. • MRJToolkitTest  This example showing how to use the new MRJToolkit utilities to add Macintosh functionality (such as menu key equivalents) to your Java applications.
  78.  
  79. Libraries
  80.  
  81. The Libraries directory contains library files for developing with MRJ:
  82.  
  83. • JManagerLib:  a fat binary that replaces JManagerStubs.PPC and JManagerStubs68k which were CFM shared library stubs. The actual shared libraries are in MRJLibraries (part of the MRJ installed items).  When developing applications, you link against this library.
  84. • NativeLibSupport.PPC, NativeLibSupport.68k: A library of “C” functions that abstract knowledge of some MRJ internals, such as memory allocation. Used when using JRI to implement native methods.  IMPORTANT NOTE: These two files will be deprecated.  See Using JRI for more information.
  85.  
  86. Includes & Bindings
  87.  
  88. CIncludes
  89.   • JRI.h
  90.   • JManager.h
  91.   • jni.h
  92.   • jni_md.h
  93.   • jritypes.h
  94.   • jri_md.h
  95.  
  96. PInterfaces
  97.  
  98.    • JManager.p
  99.  
  100. JBindery
  101.  
  102. The JBindery application allows you to create a double-clickable Macintosh application that executes Java code.  You can also use JBindery to dynamically run java applications. You can specify parameters, add to the classpath, specify properties and change other settings before executing your Java code.  See the document “Using JBindery” in the JBindery folder for more information.
  103.  
  104. JDirect
  105.  
  106. • JDirectTalker  This is an example showing how to use Apple’s JDirect technology to access APIs imported from code fragments. Note that you need to have the Speech Manager (available from Apple) installed in order to run this example.
  107. • JDirect Note  This is a description of the JDirect technology, which allows you to access the Macintosh Toolbox directly from a Java application.
  108.  
  109. Tools
  110.  
  111. The Tools folder contains a number of standard Java tools.
  112.  
  113. JDK Tools
  114.  
  115. •    jar  Combines multiple files into a single Java Archive (JAR) file. 
  116. •    javah  Creates C header files and C stub files for a Java class. These files provide the connective glue that allow your code written in the Java Programming Language to interact with code written in other languages like C. 
  117. •    javac  The Java Language Compiler that you use to compile programs written in the Java Programming Language into bytecodes. 
  118. •    javadoc  Generates API documentation in HTML format from Java source code. 
  119. • rmic  Generates stub and skeleton class files for Java objects implementing the java.rmi.Remote interface.
  120. • javakey  Generates digital signatures for archive files and manages the database of entities and their keys and signatures.
  121.  
  122. Other Tools
  123.  
  124. • MRJ dcmd for PPC  A MacsBug 'dcmd' that provides additional information when debugging Java code.
  125. • Java Diddler  A simple java application that allows the user to type in some java statements, and then execute them.
  126.  
  127.  
  128. Known Problems
  129.  
  130. • Do not remove the Text Encodings folder from the System Folder or the Text Encoding Converter file from the Extensions folder. Removing these items may cause problems while using MRJ or using other applications requiring these files.
  131. • Due to a bug in the MetroWerks runtime (a bug which is experienced, apparently, by their java compiler; which they have fixed in CWPro2), java code that is compiled with the MW Java compiler may not have expected values for double constants embedded in their code.  This is not an MRJ problem.
  132. • Serialized Object files default to type TEXT.  Transferring these files as text files to other systems can introduce CR/LFs that corrupt the files.  Be sure to use a file transfer utility that allows you to specify that the file is binary.
  133. • The new JDK tools are double-clickable Java applications and do not yet have droplet functionality.  The droplet feature will be added in subsequent releases.  An easy workaround is to copy the tool into the directory in which your working, then use relative pathnames.
  134.  
  135. Java not Fault-tolerant
  136.  
  137. The Java technology is not fault-tolerant and is not designed, manufactured or intended for use or resale as on-line control equipment in the operation of nuclear facilities, aircraft navigation or communication systems, or air traffic control machines in which the failure of the Java technology or Mac OS Runtime for Java could lead directly to death, personal injury, or severe physical or environmental damage.
  138.  
  139. _______________________________
  140. © 1995-1997 Apple Computer. Inc. All rights reserved. 
  141. Apple, the Apple logo, LaserWriter, MacTCP, Power Macintosh, Mac, and Macintosh are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. PowerPC is a trademark of International Business Machines Corporation, used under license therefrom. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. All other product names are trademarks or registered trademarks of their respective holders. Mention of non-Apple products is for information purposes and constitutes neither an endorsement nor a recommendation. Apple assumes no responsibility with regard to the selection, performance, or use of these products.
  142.  
  143. Updated December 22, 1997
  144.  
  145. 150